home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcc / v05n02 / initlj.doc < prev    next >
Encoding:
Text File  |  1992-01-14  |  612 b   |  22 lines

  1. PC/Computing                    February 1992
  2.  
  3. RESET YOUR LASER PRINTER
  4.  
  5. INITLJ.BAS is a short QBasic program that also runs under
  6. GW-BASIC. It resets your LaserJet to Courier with the
  7. default page margins, and you can easily edit it to set
  8. up other fonts or formatting for tasks such as index cards
  9. or form printing.
  10.  
  11. This program assumes you use LPT1:. If you're using a
  12. different port, edit line 160 of the .BAS file to
  13. reflect this.
  14.  
  15. Next, create a batch file containing the single line
  16.  
  17.     QBASIC/RUN INITLJ.BAS
  18.  
  19. and save it as INITLJ.BAT. To reset your printer, simply
  20. enter INITLJ at the DOS prompt.
  21.  
  22.